x11: Pass mimetypes when creating output stream
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 Feb 2021 06:32:39 +0000 (01:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Feb 2021 06:32:39 +0000 (01:32 -0500)
commit5b45f267d65419869608693499a78e9fe288bde5
tree3162436d37f3887f7cfd636a48500b4ef2445810
parentf26f15fcedef760d7dd3612859a5fc73dcb3160e
x11: Pass mimetypes when creating output stream

When creating the output stream for a drop, we must
pass the mimetypes we support, otherwise the picking
of the right handler does not work.

Fixes: #3652
gdk/x11/gdkdrag-x11.c